Authentication

This section provides a complete list of the Authentication properties you can configure in the connection string for this provider.


Property Description
Server The domain name or IP of the Active Directory server.
Port The port the Active Directory server is running on.
User The distinguished name of a user.
Password The password for the distinguished name of the specified user.
UseSSL Whether or not to use SSL to connect to the server.
BaseDN The base portion of the distinguished name, used for limiting results to specific subtrees.
AuthMechanism The authentication mechanism to be used when connecting to the Active Directory server.
Scope Whether to limit the scope of the search to the whole subtree (BaseDN and all of its descendants), a single level (BaseDN and its direct descendants), or the base object (BaseDN only).
LDAPVersion The LDAP version used to connect to and communicate with the server.